mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00

Add code for AmigaOne board (preliminary merge to U-Boot, still WIP) * Patch by Jon Diekema, 12 Nov 2002: - Adding URL for IEEE OUI lookup - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED being defined. - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and root-on-nfs macros are designed to switch how the default boot method gets defined.
4 lines
115 B
Batchfile
4 lines
115 B
Batchfile
@echo off
|
|
rem Enable checked build and build debug code
|
|
set CHECKED=1
|
|
call build_it.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|