From e1530ec23828c529d8dc15efb5074ba6c08ea173 Mon Sep 17 00:00:00 2001 From: Maurizio Lombardi Date: Sun, 20 Jan 2013 22:35:55 +0100 Subject: [PATCH] use uImage OS type 2 (NetBSD) to prevent u-boot from corrupting the bootloader image in ram. --- HelenOS.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HelenOS.config b/HelenOS.config index bd5c045f5..d88944e7a 100644 --- a/HelenOS.config +++ b/HelenOS.config @@ -613,8 +613,8 @@ % uImage OS type @ "2" NetBSD stage 2 boot loader -! [PLATFORM=arm32&MACHINE=beagleboardxm] UIMAGE_OS (choice) +! [PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] UIMAGE_OS (choice) % uImage OS type @ "5" Linux kernel -! [PLATFORM=arm32&MACHINE!=beagleboardxm] UIMAGE_OS (choice) +! [PLATFORM=arm32&MACHINE!=beagleboardxm&MACHINE!=beaglebone] UIMAGE_OS (choice) -- 2.11.4.GIT