From 18d77c39a5b2b3a56cd356dafe305a08317f625e Mon Sep 17 00:00:00 2001 From: hcg Date: Tue, 20 Mar 2007 09:59:17 +0000 Subject: Added primary and secondary bootloaders git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6626 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/at91-2.6/image/Config.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/at91-2.6/image/Config.in (limited to 'target/linux/at91-2.6/image/Config.in') diff --git a/target/linux/at91-2.6/image/Config.in b/target/linux/at91-2.6/image/Config.in new file mode 100644 index 000000000..4335faac5 --- /dev/null +++ b/target/linux/at91-2.6/image/Config.in @@ -0,0 +1,18 @@ +config AT91_ROMBOOT + bool "Build romboot loader" + depends LINUX_2_6_AT91 + default y + +config AT91_UBOOT + bool "Build u-boot loader" + depends LINUX_2_6_AT91 + default y + +config UBOOT_TARGET + string "U-Boot Board Configuration" + default "vlink" + help + For all supported boards there are reqdy-to-use default + configurations available; just type "". + + -- cgit v1.2.3