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:
Alexander von Gluck IV 2015-03-05 22:41:27 -06:00
parent 8a06abf132
commit c798e80b79
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Raspberry Pi board-specific definitions
HAIKU_BOARD_DESCRIPTION = "Raspberry Pi" ;
HAIKU_BOOT_PLATFORM = raspberrypi_arm ;
HAIKU_BOOT_PLATFORM = u-boot ;
#
# Various hardcoded addresses

View File

@ -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