raspberry_pi: Move over to u-boot.
* The raspberry_pi loader wasn't in great shape anyway, but could still contain some valueable code.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Raspberry Pi board-specific definitions
|
# Raspberry Pi board-specific definitions
|
||||||
|
|
||||||
HAIKU_BOARD_DESCRIPTION = "Raspberry Pi" ;
|
HAIKU_BOARD_DESCRIPTION = "Raspberry Pi" ;
|
||||||
HAIKU_BOOT_PLATFORM = raspberrypi_arm ;
|
HAIKU_BOOT_PLATFORM = u-boot ;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Various hardcoded addresses
|
# Various hardcoded addresses
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
THIS PLATFORM CODE SHOULD DIE SOON IN FAVOR OF U-BOOT
|
||||||
|
Any early ARM drivers should move over to src/system/boot/arch/arm
|
||||||
|
-- Alex v. 2015
|
||||||
Reference in New Issue
Block a user