Ricardo Martincoski
f96b4b9e57
boot/*/Config.in: fix attributes order
...
... to follow the convention: type, default, depends on, select, help.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-04-01 08:06:37 +02:00
Ricardo Martincoski
c9f6e1a329
boot/*/*.mk: fix code style
...
Use only one space before backslash.
Indent with tabs.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-04-01 07:54:59 +02:00
Jerzy Grzegorek
086f333f39
Normalize separator size to 80
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-07 10:54:54 +02:00
Jerzy Grzegorek
f9e76bb253
Convert headers to lower case when relevant
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-07 10:54:12 +02:00
Arnout Vandecappelle (Essensium/Mind)
e1502ebc0c
all packages: rename XXXTARGETS to xxx-package
...
Also remove the redundant $(call ...).
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2012-07-17 20:23:05 +02:00
Peter Korsgaard
84babf1c1a
lpc32xxcdl: fix patch step
...
The lpc32xxcdl files have dos newlines, which our patch infrastructure
doesn't handle. Work around it by converting the affected files to unix
newlines before patching.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-02-02 16:02:48 +01:00
Peter Korsgaard
a18e5eb09b
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:46:48 +01:00
Alexandre Belloni
20695936ad
lpc32xx: Add CDL to the available bootloaders
...
This will build kickstart and s1l for the selected board and install
them alongside u-boot.
Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-02-01 23:30:44 +01:00