mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
c7de829c79
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.
5 lines
69 B
Batchfile
5 lines
69 B
Batchfile
@echo off
|
|
cd %1
|
|
k_rm -f *.lib *.a
|
|
shift 1
|
|
%1 %2 %3 %4 %5 %6 %7 %8 %9
|