This website requires JavaScript.
Explore
Help
Sign In
Narcissus
/
shredos.x86_64
Watch
2
Star
0
Fork
0
You've already forked shredos.x86_64
mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced
2026-03-01 05:52:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
620d85b3107df4e09bf7bbb4018a5ec00b98bcff
shredos.x86_64
/
boot
/
at91dataflashboot
/
Config.in
4 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
at91dataflashboot: use "config" instead of "menuconfig" Since at91dataflashboot has no suboption, using "menuconfig" is useless and confusing, as it creates an empty submenu in the configuration interface. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-11 22:46:15 +02:00
config BR2_TARGET_AT91DATAFLASHBOOT
boot: only show vendor-specific bootloaders for applicable arm variant Atmel at91sam9 and NXP lpc32xx are both all arm926t, so only show then if that arm variant is selected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-01 23:36:47 +01:00
depends on BR2_arm926t
bootloaders: move bootloader build code to boot/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-03-14 18:20:45 +01:00
bool "AT91 DataFlashBoot"
Reference in New Issue
Copy Permalink