mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
For the moment, make board configuration a compile time option. This
saves space in the final kernel, but at the expense of flexibility to boot the same kernel accross a family of boards.
This commit is contained in:
parent
375906f555
commit
cbc25facdf
1 changed files with 2 additions and 0 deletions
|
|
@ -16,3 +16,5 @@ STARTUP_PAGETABLE_ADDR opt_global.h
|
|||
XSCALE_CACHE_READ_WRITE_ALLOCATE opt_global.h
|
||||
XSACLE_DISABLE_CCNT opt_timer.h
|
||||
VERBOSE_INIT_ARM opt_global.h
|
||||
AT91_TSC opt_at91.h
|
||||
AT91_KWIKBYTE opt_at91.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue