Browse Source

Added note on lib/boot/boot.in about the need of supporting target inherence.

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
d4118b5513
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/boot/boot.in

+ 1
- 0
lib/boot/boot.in

@ -23,6 +23,7 @@ bootloader=
# load stuff from the architecture, if anything to load.
[ ! -s "architecture/$arch/boot.in" ] || . "architecture/$arch/boot.in"
# and allow targets to overload these functions and variables
# FIXME: this should honor the target_chain, in reverse order, peeking the first one.
[ ! -s "target/$target/boot.in" ] || . "target/$target/boot.in"

Loading…
Cancel
Save